home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / last130.zip / LAST.DOC next >
Text File  |  1991-04-11  |  6KB  |  114 lines

  1. ┌──────────────────────────────────────────────────────────────────────────────┐
  2. │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ LAST v1.30 ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  3. └──────────────────────────────────────────────────────────────────────────────┘
  4.  
  5.                  Todays callers bulletin maker for RA and FroDo.
  6.  
  7. What is Last?
  8. ────────────────
  9.  
  10. Last is a little program that writes bulletin showing todays callers on
  11. a RemoteAccess Bulletin Board Systems. It also includes in the bulletin
  12. all incoming/outgoing FidoNet mail calls made with FrontDoor as a mailer.
  13. In order for it to run properly you must run LAST.EXE before calling the
  14. mailer in your batch file after a caller has exited from the system.
  15.  
  16. Here is a demo of a batch file that runs RA, FD and Last.
  17.  
  18.               :Loop
  19.                LAST                         <------ Makes Ontoday.A??
  20.                RA -m\FD\Fd.exe*M -E20 -N1
  21.                < Inserts your stuff here >
  22.                Goto Loop
  23.  
  24. Last makes three bulletins in your textfile directory, ONTODAY.ANS,.ASC
  25. and .AVT to provide compatibility for RemoteAccess version 1.00. ANS is
  26. for ANSI, ASC for ASCII and AVT for AVATAR.  Last finds your BBS Name &
  27. Sysop name in CONFIG.RA and also checks there to see if SysOp should be
  28. excluded from the list.
  29.  
  30. Last then expects to find INBOUND.HIS in the directory pointed to by the
  31. FD environment variable.
  32.  
  33.  
  34. What you need to run Last.
  35. ────────────────────────────────
  36.  
  37. Simple. Last will _ONLY_ operate correctly on system running MS-DOS 3.xx
  38. or higher with RemoteAccess and FrontDoor installed.Last will NOT work on
  39. systems that have only RA or only FD installed.  It needs the combination
  40. of both  to  function correctly.   Last has been found to work on systems
  41. running RA 0.03 - 1.01 and FrontDoor 1.99c-2.01. I can guarantee nothing
  42. about compatebility in future releases of those programs.
  43.  
  44.  
  45. General stuff.
  46. ──────────────────
  47.  
  48. Last is FREE.  It's completely free so you can copy it in as many copies
  49. you want and distribute it freely as long as you don't charge anything for
  50. it except the cost of the diskette, if you provide it :-)  However if you
  51. ever feel the need to support a starving student then you can send large
  52. amounts of money to the address below :-)  Last doesn't have any guarantees.
  53. If it ruins something on your system I can never be held responsible for it.
  54. Before you run Last for the first time you must be sure of that you are doing
  55. it on your own.  But it should work!  Also Last does not write to any files
  56. except those ONTODAY files so nothing much _SHOULD_ go wrong.  I would never
  57. have finished this program without the help and endless bug hunting of John
  58. Barton of Barnabas The Caring BBS (2:257/168).  He found bugs almost every
  59. where and thanks to him I think this version is mostly harmless - I think :-)
  60.  
  61. Good luck
  62.  
  63. Hilmar Thors
  64. The Frobozz BBS
  65. Kleifaras 10,
  66. 110 Reykjavik,
  67. Iceland
  68.  
  69. FidoNet@2:257/3000 60
  70.  
  71.  
  72. For dedicated historians only
  73. ───────────────────────────────────
  74.  
  75. Those dates and releases are just taken from the Pascal code and are my
  76. own references to the versions and when I made them.  This is not the
  77. complete list just a part that I included just for the fun of it, at the
  78. last moment - all 'major' programs seem to have their own history file, so
  79. why not Last :-)
  80.  
  81. 12/12/90 - Version 1.00 - Released to Barnabas the Caring BBS (2:257/168)
  82.            and The Colosseum BBS (2:257/59) and M A R V I N (2:257/55)
  83. 13/12/90 - Version 1.01 - John Barton at Barnabas found a major Bug in
  84.            the program, I had reversed Node number with Net number
  85. 17/12/90 - Version 1.07 - seems to work without .CTL file.  This test ver
  86.            now produces ON.ANS/.ASC files.
  87. 23/12/90 - Version 1.14 - First time run after midnight it now makes empty
  88.            lines and yesterdays callers are not displayed.  Sent to Barnabas
  89.            Colosseum and M A R V I N again. Again makes ONTODAY bulletins.
  90. 28/12/91 - Version 1.15 - Tried adding support for the AVATAR emulation
  91.            because of RA 1.00.
  92. 04/01/91 - Version 1.16 - Fixed problems with AVATAR, made the way it runs
  93.            a bit smoother and made small cosmetic changes to the way it looks
  94.            from the local console.  Appears to work fine.
  95. 07/01/91 - Version 1.19 - Added the OUTTODAY bulletin.
  96. 07/01/91 - Version 1.20 - Last didn't close all files it should do so it was
  97.            possible for an error to happen when you would least expect it. This
  98.            version is now ready for Beta test.
  99. 04/04/91 - Version 1.25 - Last completely re-written so this version will go
  100.            into beta-test.  If LAST works correctly then a version along those
  101.            lines will be released to public after the testing period.  This
  102.            removes the OUTTODAY bulletin option, but includes outgoing fidonet
  103.            calls in the ontoday file.  It also should be about 10 times faster!
  104. 07/04/91 - Version 1.26 - Fixed a bug found by John Barton where last did not
  105.            add blanks to even out the field after the system name is displayed.
  106.            Few more cosmetic changes...
  107. 08/04/91 - Version 1.27 - John Barton found another bug in the way Last writes
  108.            the location of the caller.  Oh, I wish I could count so I didn't
  109.            have to do this the hard way :-)  Fixed another bug, so if the
  110.            callers name was equally long as the entire field for NAME then there
  111.            would be no blanks between name and location.
  112. 11/04/91 - Version 1.30 - First general release version!  This is generally
  113.            version 1.27 but with small cosmetic changes made to the way it looks
  114.            at the local end.  No fancy colorful bars anymore in local mode!